home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / super_fly.swf / scripts / frame_116 / DoAction.as
Text File  |  2012-01-07  |  157b  |  14 lines

  1. stopAllSounds();
  2. if(round < "1")
  3. {
  4.    round = "1";
  5. }
  6. else
  7. {
  8.    round += "1";
  9. }
  10. if("3" < round)
  11. {
  12.    getUrl("http://www.nick.com", "_parent");
  13. }
  14.